projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1d969a2
)
(RE_TRANSLATE): Use char_table_translate.
author
Richard M. Stallman
<rms@gnu.org>
Thu, 2 Apr 1998 08:11:19 +0000
(08:11 +0000)
committer
Richard M. Stallman
<rms@gnu.org>
Thu, 2 Apr 1998 08:11:19 +0000
(08:11 +0000)
src/config.in
patch
|
blob
|
history
diff --git
a/src/config.in
b/src/config.in
index e986344ec244a29b35aa3f55e491b2bfd4f913cd..17162ca37e057dfbe4d1b042e573de32190785cf 100644
(file)
--- a/
src/config.in
+++ b/
src/config.in
@@
-348,7
+348,7
@@
Boston, MA 02111-1307, USA. */
#ifdef emacs /* Don't do this for lib-src. */
/* Tell regex.c to use a type compatible with Emacs. */
#define RE_TRANSLATE_TYPE Lisp_Object
-#define RE_TRANSLATE(TBL, C)
XINT (Faref (TBL, make_number (C))
)
+#define RE_TRANSLATE(TBL, C)
char_table_translate (TBL, C
)
#endif
/* Avoid link-time collision with system mktime if we will use our own. */